function call

Noun
  1. a call that passes control to a subroutine; after the subroutine is executed control returns to the next instruction in main program
function call
A programmer types a function call into their code editor.